home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / qtw111 / samples / mathcomp.h < prev    next >
Text File  |  1993-03-16  |  674b  |  19 lines

  1. // ---------------------------------------------------------------------
  2. //
  3. // MathComp.h   - Math Components - QuickTime for Windows
  4. //
  5. //                Version 1.0
  6. //
  7. //                (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
  8. //
  9. // ---------------------------------------------------------------------
  10.  
  11.  
  12. // Function Prototypes
  13. // -------------------
  14. short QTAPI Add2 (ComponentInstance ci, short sOne, short sTwo);
  15. short QTAPI Sum (ComponentInstance ci, short sValue);
  16. short QTAPI SetSum (ComponentInstance ci, short sValue);
  17. short QTAPI SetGlobalSum (ComponentInstance ci, short sValue);
  18. short QTAPI GetGlobalSum (ComponentInstance ci);
  19.